body{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
#calendar {
    display: flex;
    flex-wrap: wrap;
    width: 900px;
    height: 800px;
    border: 2px solid #333;
    border-radius: 20px;
    margin: 0 auto;
    background-color: #F9FDFF;

}
#header {
    width: 100%;
    height: 100px;
    background-image: url('passionheader.jpg'); /* Placeholder for header background image */
    background-size: 25%;
    opacity: .7;
    border-radius: 20%;
    text-align: center;
    line-height: 100px;
    letter-spacing: 8px;
    font-weight: 700;
    font-size: 20px;
    color: black;
}
.dayname {
    width: calc(100% / 7);
    text-align: center;
    padding: 10px 0;
    background-color: #f0f0f0;
    border-bottom: 1px solid #ccc;
    letter-spacing: 1px;
    font-size: 20px;
    top: 3px;  
}
.date {
    width: calc(100% / 7);
    height: 100px;
    text-align: center;
    padding-top: 10px;
    box-sizing: border-box;

}
.specialimage {
    width: 65px;
    height: 65px;
}
.specialtext {
    font-size: 14px;
    color: #EC8585; 
}